home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / glibc108.gz / glibc108 / glibc-1.08.1 / sysdeps / unix / sysv / sysv4 / solaris2 / Makefile < prev    next >
Encoding:
Makefile  |  1993-05-13  |  356 b   |  7 lines

  1. # The linker supplied with Solaris looks in the current directory
  2. # before searching others.  Compiling the various programs that come
  3. # along the way (e.g., glue-ctype) will fail because it'll try to link
  4. # with the libc.a being *constructed* in $(objdir).  As a work-around,
  5. # we add this to each native-compile.
  6. native-CFLAGS := $(native-CFLAGS) -L/lib
  7.